type runtime.special
16 uses
runtime (current package)
mheap.go#L494: specials *special // linked list of special records sorted by offset.
mheap.go#L1809: type special struct {
mheap.go#L1811: next *special // linked list in span
mheap.go#L1838: func addspecial(p unsafe.Pointer, s *special) bool {
mheap.go#L1873: func removespecial(p unsafe.Pointer, kind uint8) *special {
mheap.go#L1887: var result *special
mheap.go#L1907: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
mheap.go#L1934: special special
mheap.go#L1994: special special
mheap.go#L2013: special special
mheap.go#L2020: special special
mheap.go#L2026: pprev **special
mheap.go#L2027: s *special
mheap.go#L2045: func (i *specialsIter) unlinkAndNext() *special {
mheap.go#L2054: func freeSpecial(s *special, p unsafe.Pointer, size uintptr) {
pinner.go#L334: *ref = (*special)(unsafe.Pointer(rec))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |